SET TEXT FONT
This command will set the typeface of the font you wish to use.
SET TEXT FONT Fontname
SET TEXT FONT Fontname, Charset Value
Fontname
String
The font name to use
Charset Value
Integer
The character set value
This command does not return a value.
You can optionally specify a character set value when selecting your font. The character set value allows you to use other western non-unicode languages not available through the standard ASCII character set. To switch the character set to another language, use an international charset code. These codes can be located in the Principals section along with the ASCII Character Code Lists.
SET TEXT FONT "verdana"
SET TEXT SIZE 30
PRINT "hello verdana"
WAIT KEY
TEXT Commands Menu
Index